@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  position: relative;
  z-index: 1;
  padding-left: 86px;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-family: Arial;
  font-size: 18px;
  position: absolute;
  width: 85px;
  left: 0;
  top: 50%;
  margin-top: -170px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  display: block;
  background: none;
  opacity: 1;
  cursor: pointer;
  outline: none;
  margin-top: 60px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  width: 58px;
  height: 15px;
  background: #ff5a00;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  margin-left: -10px;
  width: 0;
  height: 2px;
  background-color: #001216;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  font-family: Arial;
  font-weight: bold;
  font-size: 30px;
}
.banner .banner-pagination span.swiper-pagination-bullet-active i {
  font-weight: bold;
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:after {
  width: 32px;
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  margin-left: 0;
}
.banner:hover .banner-prev {
  left: 3%;
  margin-left: 80px;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-top: 54px;
}
.title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 177px;
  height: 188px;
  background: url(../images/titbg.png) 0 center no-repeat;
  left: -54px;
  top: 0;
}
.title i {
  display: block;
  font-size: 50px;
  line-height: 35px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.title i em {
  color: #ff5a00;
  font-weight: bold;
}
.title b {
  display: block;
  line-height: 1;
  margin-top: 20px;
  font-size: 24px;
  font-weight: normal;
}
.moreLink {
  z-index: 2;
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #ffffff;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 36px;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.moreLink:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: dashed 1px #ff5a00;
  animation: xz 50s linear infinite;
  border-radius: 100%;
}
@keyframes xz {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
.moreLink:after {
  content: "+";
  font-size: 16px;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
.moreLink i {
  min-width: 4px;
}
.moreLink:hover {
  background-color: #ff5a00;
  animation: ripple 1.2s linear infinite;
  color: #fff;
}
.moreLink:hover:after {
  -webkit-transform: scale(1.1) rotate(90deg);
  -moz-transform: scale(1.1) rotate(90deg);
  -o-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 90, 0, 0.2), 0 0 0 10px rgba(255, 90, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 90, 0, 0.2), 0 0 0 20px rgba(255, 90, 0, 0);
  }
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding: 88px 0 96px;
}
.about .aboutBox {
  z-index: 1;
  height: 674px;
}
.about .aboutBox .aboutEn {
  position: absolute;
  font-family: Arial;
  font-size: 18px;
  left: -244px;
  top: 78px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  opacity: 0.61;
  line-height: 15px;
  letter-spacing: 25px;
  text-transform: uppercase;
}
.about .aboutText {
  width: 720px;
  float: left;
}
.about .aboutText .box {
  height: 262px;
  margin-top: 84px;
}
.about .aboutText .tit {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  color: #666666;
  margin-top: 26px;
}
.about .aLink {
  width: 852px;
  height: 196px;
  background-color: #ffffff;
  position: relative;
  margin-left: -135px;
  padding-left: 135px;
}
.about .aLink:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aLink a {
  float: left;
  display: block;
  width: 220px;
  height: 196px;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 46px;
  margin-left: 28px;
}
.about .aLink a:first-child {
  margin-left: 0;
}
.about .aLink a i {
  display: block;
  width: 52px;
  height: 52px;
  background-color: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a i:before,
.about .aLink a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aLink a i.ico1:before {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aLink a i.ico1:after {
  background: url(../images/alinkico1h.png) center center no-repeat;
}
.about .aLink a i.ico2:before {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aLink a i.ico2:after {
  background: url(../images/alinkico2h.png) center center no-repeat;
}
.about .aLink a i.ico3:before {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .aLink a i.ico3:after {
  background: url(../images/alinkico3h.png) center center no-repeat;
}
.about .aLink a .cn {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a .en {
  display: block;
  color: #d5d5d5;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a:hover,
.about .aLink a.on {
  background-color: #141c2f;
}
.about .aLink a:hover i,
.about .aLink a.on i {
  background-color: #ff5a00;
}
.about .aLink a:hover i:before,
.about .aLink a.on i:before,
.about .aLink a:hover i:after,
.about .aLink a.on i:after {
  top: -100%;
}
.about .aLink a:hover .cn,
.about .aLink a.on .cn {
  color: #fff;
}
.about .aLink a:hover i,
.about .aLink a.on i {
  color: #585f6d;
}
.about .aboutPic {
  float: right;
  position: relative;
  padding-top: 40px;
}
.about .aboutPic .pic {
  overflow: hidden;
  width: 532px;
  height: 634px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 0 20px rgba(255, 90, 0, 0.5);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .aboutPic .moreLink {
  position: absolute;
  left: -55px;
  top: -12px;
}
.about .honor {
  display: block;
  width: 241px;
  height: 172px;
  float: left;
  background: url(../images/honorbg.jpg) center 0 no-repeat;
  padding: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .honor:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 3px 15px rgba(255, 90, 0, 0.5);
}
.product {
  padding: 94px 0 30px;
  position: relative;
  background: url(../images/probg.jpg) center 0 repeat-y;
  z-index: 1;
}
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .protit {
  float: left;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.product .proNav .protit:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 177px;
  height: 188px;
  background: url(../images/titbg.png) 0 center no-repeat;
  left: -54px;
  top: 0;
}
.product .proNav .protit h5 {
  line-height: 48px;
  font-family: "Arial Black";
  font-size: 64px;
  letter-spacing: 3px;
  position: relative;
}
.product .proNav .protit h5:after {
  content: "+";
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  line-height: 30px;
  font-size: 44px;
  letter-spacing: 2px;
  position: relative;
  top: -10px;
  margin-left: 10px;
}
.product .proNav .protit .line {
  margin-top: 28px;
  width: 40px;
  height: 3px;
  background-color: #ff5a00;
  border-radius: 2px;
}
.product .proNav .protit h3 {
  font-size: 30px;
  letter-spacing: 2.5px;
  line-height: 1;
  margin-top: 54px;
}
.product .proNav .protit h4 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  line-height: 10px;
  margin-top: 14px;
}
.product .proNav .protit .moreLink {
  margin-top: 75px;
}
.product .proNav ul {
  float: right;
  width: 176px;
  height: 440px;
  background-color: #fafafa;
  box-shadow: 0px 0px 54px 0px rgba(7, 7, 7, 0.1);
}
.product .proNav ul li {
  height: 110px;
  position: relative;
}
.product .proNav ul li a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 110px;
  text-align: center;
  z-index: 1;
  padding: 0 10px;
  padding-top: 65px;
}
.product .proNav ul li a:before {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -13px;
  background: url(../images/pronavico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ArialM;
  font-size: 12px;
  color: #141c2f;
  height: 16px;
  line-height: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  width: 248px;
  background: #ff5a00;
  padding-left: 86px;
  text-align: left;
  padding-top: 30px;
}
.product .proNav ul li:hover a span,
.product .proNav ul li.on a span {
  font-weight: bold;
}
.product .proNav ul li:hover a:before,
.product .proNav ul li.on a:before {
  margin-left: 0;
  top: 40px;
  left: 30px;
}
.product .proNav ul li:hover a i,
.product .proNav ul li.on a i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proTabs {
  margin: 10px -50px 0;
}
.product .proTabs .proBd {
  height: 510px;
  overflow: hidden;
}
.product .proList {
  height: 510px;
}
.product .proList ul {
  padding: 50px 34px;
}
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 301px;
  height: 410px;
  background-color: #ffffff;
  box-shadow: 0px 0px 54px 0px rgba(7, 7, 7, 0.1);
  margin: 0 16px;
  padding: 17px 17px 0;
}
.product .proList ul li .pic {
  display: block;
  width: 100%;
  height: 257px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.product .proList ul li .cont {
  height: 135px;
  padding-top: 22px;
  text-align: center;
  position: relative;
}
.product .proList ul li .cont .en {
  text-transform: uppercase;
  font-family: "Arial Black";
  font-size: 40px;
  color: #ececec;
  opacity: 0.5;
  line-height: 36px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 20px;
}
.product .proList ul li .cont .bt {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .cont .bt:before {
  content: "—";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.product .proList ul li .cont .bt:after {
  content: "—";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.product .proList ul li .cont .more {
  display: block;
  margin: 14px auto 0;
  width: 90px;
  height: 28px;
  line-height: 28px;
  background-color: #e5e5e5;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ff5a00, #ff5a00);
  background-image: linear-gradient(to right, #ff5a00, #ff5a00);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.product .proList ul li .cont .more:hover {
  box-shadow: 0 10px 10px -5px rgba(255, 90, 0, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product .proList ul li:hover .cont .bt {
  color: #ff5a00;
}
.product .proList ul li:hover .cont .more {
  background-size: 100% 100%;
}
.product .proimg {
  position: absolute;
  z-index: -1;
  top: -49px;
  left: 307px;
  width: 666px;
  height: 503px;
  background: url(../images/proimg.png) 0 center no-repeat;
}
.product .list {
  margin-top: 45px;
}
.product .list ul {
  margin-right: -45px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  width: 291px;
  margin-right: 45px;
  background-color: #ffffff;
  padding: 20px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .pic {
  display: block;
  height: 270px;
  position: relative;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .list ul li .tt {
  position: relative;
  height: 130px;
  padding-top: 18px;
  text-align: center;
}
.product .list ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list ul li .tt .bt:hover {
  color: #ff5a00;
}
.product .list ul li .tt .more {
  display: block;
  margin: auto;
  margin-top: 10px;
  width: 38px;
  height: 38px;
  background-color: #f2f2f2;
  border-radius: 100%;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .tt .more:before {
  content: "+";
}
.product .list ul li .tt .more:hover {
  color: #fff;
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.product .list ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.product .list ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.product .list ul li:hover .tt .more {
  background-color: #ff5a00;
}
.product .list ul li:hover .tt .more:after {
  border-left-color: #ff5a00;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 792px;
  padding-top: 156px;
}
.youshi .ysBox .ysTit {
  line-height: 1;
}
.youshi .ysBox .ysTit h3 {
  width: 200px;
  height: 35px;
  background-color: #ff5a00;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  padding-left: 1px;
}
.youshi .ysBox .ysTit h4 {
  text-transform: uppercase;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 72px;
  margin-top: 12px;
  line-height: 52px;
  color: #fff;
}
.youshi .ysBox .ysTit .line {
  height: 8px;
  margin-top: 22px;
}
.youshi .ysBox .ysTit .line i {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #becdd1;
  border-radius: 100%;
  position: relative;
  margin-left: 16px;
}
.youshi .ysBox .ysTit .line i:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #becdd1;
  -webkit-animation: loader9g 3s ease-in-out infinite;
  animation: loader9g 3s ease-in-out infinite;
}
.youshi .ysBox .ysTit .line i:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #becdd1;
  -webkit-animation: loader9d 3s ease-in-out infinite;
  animation: loader9d 3s ease-in-out infinite;
}
@-webkit-keyframes loader9g {
  0% {
    left: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes loader9g {
  0% {
    left: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes loader9d {
  0% {
    left: 16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: 16px;
    background-color: [object Object],[object Object];
  }
}
@keyframes loader9d {
  0% {
    left: 16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: 16px;
    background-color: [object Object],[object Object];
  }
}
.youshi .ysCont {
  margin-top: 115px;
  position: relative;
  width: 500px;
}
.youshi .ysCont .bd {
  height: 195px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li .item {
  height: 195px;
  padding-top: 10px;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item h4 {
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 22px;
}
.youshi .ysCont .bd ul li .item .text {
  line-height: 36px;
  color: #b2b8c6;
  margin-top: 28px;
}
.youshi .ysCont .bd ul li .item:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .page {
  height: 42px;
}
.youshi .ysCont .page .prev {
  float: left;
  width: 42px;
  height: 42px;
  background-color: #d9e0ec;
  color: #131e3f;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysCont .page .prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 24px;
}
.youshi .ysCont .page .prev:hover,
.youshi .ysCont .page .prev.on {
  background-color: #ff5a00;
  color: #fff;
}
.youshi .ysCont .page .next {
  margin-left: 30px;
  float: left;
  width: 42px;
  height: 42px;
  background-color: #d9e0ec;
  color: #131e3f;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysCont .page .next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 24px;
}
.youshi .ysCont .page .next:hover,
.youshi .ysCont .page .next.on {
  background-color: #ff5a00;
  color: #fff;
}
.youshi .zxLink {
  display: block;
  position: absolute;
  z-index: 2;
  right: -25px;
  top: 114px;
  width: 86px;
  height: 86px;
  background-color: #ff5a00;
  border: solid 10px #1f2b4b;
  border-radius: 100%;
}
.youshi .zxLink:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/qq.png) center center no-repeat;
}
.youshi .zxLink:hover {
  animation: ripple1 1.2s linear infinite;
}
@keyframes ripple1 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 90, 0, 0.2), 0 0 0 10px rgba(255, 90, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 90, 0, 0.2), 0 0 0 20px rgba(255, 90, 0, 0);
  }
}
.youshi .zxLink:hover:before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.youshi .ysen {
  position: absolute;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.8;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  line-height: 10px;
  left: -168px;
  top: 530px;
}
.youshi .ysimg {
  position: absolute;
  width: 849px;
  height: 852px;
  top: 68px;
  right: -77px;
  background: url(../images/ysimg.png) 0 center no-repeat;
}
.case {
  padding: 70px 0;
  background: url(../images/probg.jpg) center 0 repeat-y;
}
.case .caseTit {
  z-index: 1;
  position: relative;
}
.case .caseTit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTit .title {
  float: left;
}
.case .caseTit .tel {
  float: right;
  text-align: right;
  line-height: 1;
  margin-top: 36px;
}
.case .caseTit .tel .t1 {
  font-family: "Arial Black";
  font-size: 80px;
  color: #141c2f;
  opacity: 0.03;
  line-height: 60px;
}
.case .caseTit .tel .t2 {
  height: 26px;
  margin-top: -26px;
  position: relative;
  z-index: 2;
}
.case .caseTit .tel .t2 span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #ff5a00;
  border-radius: 3px;
  color: #141c2f;
  font-size: 14px;
  padding: 0 10px;
}
.case .caseTit .tel .t3 {
  font-family: Arial;
  font-size: 24px;
  line-height: 18px;
  color: #141c2f;
  margin-top: 12px;
}
.case .caseTabs {
  margin-top: 40px;
  position: relative;
}
.case .caseTabs .bd {
  height: 358px;
  overflow: hidden;
}
.case .caseTabs .bd ul {
  margin-right: -104px;
}
.case .caseTabs .bd ul li {
  float: left;
  width: 364px;
  margin-right: 104px;
}
.case .caseTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 240px;
  border: solid 5px #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.case .caseTabs .bd ul li .cont {
  position: relative;
  padding-top: 18px;
  text-align: right;
}
.case .caseTabs .bd ul li .cont .num {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 28px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .cont .num:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 62px;
  height: 2px;
  background-color: #313131;
  margin-left: 10px;
  position: relative;
  top: -9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  padding-left: 125px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .cont .bt:hover {
  color: #ff5a00;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd ul li .cont .bt:hover:before {
  background-color: #ff5a00;
}
.case .caseTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 4px;
}
.case .caseTabs .bd ul li:hover .cont .num {
  color: #ff5a00;
}
.case .caseTabs .bd ul li:hover .cont .num:after {
  background-color: #ff5a00;
}
.case .caseTabs .bd ul li:hover .cont .bt {
  color: #ff5a00;
}
.case .caseTabs .page {
  margin-top: 70px;
  text-align: center;
}
.case .caseTabs .page .prev {
  display: inline-block;
  vertical-align: top;
  width: 116px;
  height: 34px;
  background-color: #e5e5e5;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  color: #141c2f;
  font-family: Arial;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
}
.case .caseTabs .page .prev:hover {
  background-color: #ff5a00;
}
.case .caseTabs .page .next {
  margin-left: 364px;
  display: inline-block;
  vertical-align: top;
  width: 116px;
  height: 34px;
  background-color: #e5e5e5;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  color: #141c2f;
  font-family: Arial;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
}
.case .caseTabs .page .next:hover {
  background-color: #ff5a00;
}
.case .moreLink {
  margin: -72px auto 0;
}
.news {
  padding: 50px 0 100px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsBox {
  z-index: 1;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 80px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 70px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  font-size: 18px;
  padding: 0;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 44px;
  overflow: hidden;
  margin: auto;
  margin-right: 14px;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #fff;
  padding: 0 20px;
  background: #ff5a00;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 10px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 552px;
}
.news .newsList {
  height: 552px;
}
.news .newsList ul {
  margin-right: -30px;
}
.news .newsList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList ul li {
  float: left;
  margin-top: 30px;
  margin-right: 30px;
  width: 413px;
  height: 154px;
  background-color: #ffffff;
  padding: 20px 20px 0 30px;
  position: relative;
}
.news .newsList ul li:after,
.news .newsList ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsList ul li:before {
  top: 0;
  left: 0;
  border-color: #ff5a00 transparent transparent #ff5a00;
}
.news .newsList ul li:after {
  right: 0;
  bottom: 0;
  border-color: transparent #ff5a00 #ff5a00 transparent;
}
.news .newsList ul li:hover:after,
.news .newsList ul li:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsList ul li .pic {
  display: block;
  float: right;
  width: 83px;
  height: 115px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.news .newsList ul li .cont {
  float: left;
  padding-top: 6px;
  width: 250px;
}
.news .newsList ul li .cont .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList ul li .cont .bt:hover {
  color: #ff5a00;
}
.news .newsList ul li .cont .date {
  text-align: right;
  position: relative;
  font-family: Arial;
  z-index: 1;
}
.news .newsList ul li .cont .date i {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 26px;
}
.news .newsList ul li .cont .date span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  line-height: 10px;
  color: #999999;
  letter-spacing: 1px;
}
.news .newsList ul li .cont .more {
  position: absolute;
  left: 1px;
  top: 105px;
  z-index: 2;
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-family: Arial;
  font-size: 12px;
  padding-left: 30px;
  color: #141c2f;
  background-color: #f8f8f8;
  border-radius: 0px 14px 14px 0px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ff5a00, #ff5a00);
  background-image: linear-gradient(to right, #ff5a00, #ff5a00);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList ul li:hover .cont .more {
  background-size: 100% 100%;
}
.links {
  background: url(../images/probg.png) center center repeat-y;
  padding: 70px 0;
}
.links .linksBox .tit {
  float: left;
  width: 141px;
  height: 52px;
  padding-left: 58px;
  padding-top: 4px;
  line-height: 1;
  color: #000000;
  background: url(../images/linkstit.png) 0 0 no-repeat;
}
.links .linksBox .list {
  float: right;
  width: 1130px;
  overflow: hidden;
  line-height: 38px;
  margin: -12px 0;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #666666;
  margin-left: 40px;
}
.links .linksBox .list a:hover {
  color: #ff5a00;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
